[]
        
(Showing Draft Content)

C1.DataCollection.ISupportRangeEditing-1.MoveRangeAsync

MoveRangeAsync Method

MoveRangeAsync(int, int, int, CancellationToken)

Moves the items starting at the specified fromIndex to toIndex.

Declaration
Task MoveRangeAsync(int fromIndex, int count, int toIndex, CancellationToken cancellationToken = default)
Function MoveRangeAsync(fromIndex As Integer, count As Integer, toIndex As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
Type Name Description
int fromIndex

From index.

int count

The number of items to be moved.

int toIndex

To index.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task